home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_game / pike221.zip / DOOR.CFG < prev    next >
Text File  |  1995-10-29  |  10KB  |  220 lines

  1. ; DOOR.CFG - Pike Place door configuration file
  2. ;
  3. ; This configuration file can be used by the sysop to customize the Pike Place
  4. ; door for use on their own system. The information in this file is NOT usually
  5. ; needed, and the file can be left as is, or even erased, without effecting the
  6. ; door's performance. Pike Place is designed to run on almost any BBS system
  7. ; automatically, without requiring anything but to the door's .EXE file.
  8. ; However, there are many cases where the sysop may wish to customize a door's
  9. ; operation using this configuration file.
  10. ;
  11. ; Any text following a semi-colon (;), and blank lines, are ignored.
  12. ;
  13. ;------------------------------------------------------------------------------
  14. ;
  15. ;  BBS system directory. Indicates where the door information file (drop file)
  16. ;  can be found. Remove the semi-colon (;) to activate this option.
  17. ;  Default location for drop file is the current directory.
  18. ;
  19. ;BBSDir    C:\BBS
  20. ;
  21. ;------------------------------------------------------------------------------
  22. ;
  23. ;  The door's working directory. This is where the door's system files are
  24. ;  located. Remove the semi-colon (;) to activate this option.
  25. ;
  26. ;DoorDir    C:\PIKE
  27. ;
  28. ;------------------------------------------------------------------------------
  29. ;
  30. ;  Local mode override. Forces door to always operate in local test mode.
  31. ;  Remove the semi-colon (;) to activate this option. When this mode is
  32. ;  activated, no door information file is required and default settings are
  33. ;  used for the user's name, location, etc.
  34. ;
  35. ;LocalMode
  36. ;
  37. ;------------------------------------------------------------------------------
  38. ;
  39. ;  Door personality setting. This setting selects one of a number of sysop
  40. ;  interface personalities. Each personality setting emulates the status line
  41. ;  format and sysop function keys of a particular BBS package. Valid
  42. ;  personality settings are:
  43. ;
  44. ;                     Standard
  45. ;                     PCBoard
  46. ;                     RemoteAccess
  47. ;                     Wildcat
  48. ;
  49. Personality    Standard
  50. ;
  51. ;------------------------------------------------------------------------------
  52. ;
  53. ;  BBS node number that door is running on. Only used if Pike Place is unable
  54. ;  to determine the node number by some other means.  This is usually read
  55. ;  from the drop file and should not be set here unless it is absolutely
  56. ;  necessary.
  57. ;
  58. ;Node    1
  59. ;
  60. ;------------------------------------------------------------------------------;
  61. ;
  62. ;  Maximum length of time a user is permitted to access the door. If the user's
  63. ;  total remaining time on the BBS is less than this value, the user will only
  64. ;  be permitted to access the door for this shorter length of time. This option
  65. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  66. ;  When this option is disabled, the user will be permitted to use the full
  67. ;  of their remaining time on the BBS within the door.
  68. ;
  69. ;MaximumDoorTime    15
  70. ;
  71. ;------------------------------------------------------------------------------
  72. ;
  73. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  74. ;  without the user pressing any key, before the user will be automatically
  75. ;  disconnected. A value of 0 disables inactivity timeouts.
  76. ;
  77. InactivityTimeout    200
  78. ;
  79. ;------------------------------------------------------------------------------
  80. ;
  81. ;  Serial port options. These options are generally not needed, as these
  82. ;  settings can usually be determined from the BBS door information file.
  83. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  84. ;  with the modem. "SerialPort" specifies the port port number that the modem
  85. ;  is connected to. Unless you have reassigned the port numbers through your
  86. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  87. ;  so on. Remove the semi-colon (;) to activate either of these options.
  88. ;
  89. ;LockedBPS    38400
  90. ;SerialPort    0
  91. ;
  92. ;------------------------------------------------------------------------------;
  93. ;
  94. ;  Normally, a FOSSIL driver is used for serial I/O if one is available. If
  95. ;  a FOSSIL driver has not been loaded, the door communicates directly with
  96. ;  the modem. Removing the semi-colon (;) from the "NoFossil" option causes
  97. ;  the door to always communicate directly with the modem, bypassing any
  98. ;  FOSSIL driver.
  99. ;
  100. ;NoFossil
  101. ;
  102. ;------------------------------------------------------------------------------
  103. ;
  104. ;  The following options only apply if a FOSSIL driver is NOT being used for
  105. ;  serial communications. If a FOSSIL driver IS being used, these options
  106. ;  are normally set on the FOSSIL driver command line.
  107. ;
  108. ;  Hexidecimal address of the serial port. This address can usually be
  109. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  110. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  111. ;  (;) to activate this option.
  112. ;
  113. ;PortAddress 2F8
  114. ;
  115. ;
  116. ;  Interrupt request line that the serial port is using. May be any IRQ line
  117. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  118. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  119. ;  to activate this option.
  120. ;
  121. ;PortIRQ 4
  122. ;
  123. ;
  124. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  125. ;  the serial I/O receive buffer. You may want to increase this buffer size
  126. ;  if you find that characters being sent from the user's modem are being lost.
  127. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  128. ;  buffer. You may want to increase this buffer size for improved performance
  129. ;  in some multitasking environments.
  130. ;
  131. ;ReceiveBuffer 256
  132. ;TransmitBuffer 1024
  133. ;
  134. ;
  135. ;  UART FIFO buffers. Normally, Pike Place will use 16550A UART FIFO buffers
  136. ;  if they are available. You can prevent Pike Place from using the FIFO
  137. ;  buffers, even if they are available, by removing the semi-colon before
  138. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  139. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  140. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  141. ;  bytes.
  142. ;
  143. ;NoFIFO
  144. ;FIFOTriggerSize 4
  145. ;
  146. ;------------------------------------------------------------------------------
  147. ;
  148. ;  Custom door information file support. Pike Place automatically recognizes
  149. ;  most door information file (drop file) formats, including DORINFO?.DEF,
  150. ;  EXITINFO.BBS, DOOR.SYS, SFDOORS.DAT, CALLINFO.BBS and CHAIN.TXT. However,
  151. ;  to allow Pike Place door to operate on BBS systems that produce a different
  152. ;  format file, you may define a custom door information file format. A custom
  153. ;  door information file format is defined using the "CustomFileName" command,
  154. ;  followed by one or more lines beginning with the "CustomFileLine" command.
  155. ;
  156. ;  The "CustomFileName" option specifies the filename used to distinguish this
  157. ;  file format from other file formats. This filename should not include a
  158. ;  path. To specify the path where the door information file is located, use
  159. ;  the BBSDir setting, near the beginning of this file. If the filename of the
  160. ;  custom format is the same as that of one of the built-in formats, the custom
  161. ;  format will override the built-in format.
  162. ;
  163. ;  The actual format of the custom file is specified using a number of lines
  164. ;  that begin with the keyword "CustomFileLine". Each of these lines will
  165. ;  correspond to a single line in the door information file, with the option
  166. ;  following the "CustomFileLine" keyword specifying the information that can
  167. ;  be found on that line. This can be one of the following keywords:
  168. ;
  169. ;                    Ignore - Causes the next line in the door information
  170. ;                             file to be ignored. Use on lines for which none
  171. ;                             of the options below apply.
  172. ;                   ComPort - COM? port the modem is connected to
  173. ;                             (0 indicates local mode)
  174. ;                FossilPort - Fossil port number the modem is connected to
  175. ;                  ModemBPS - BPS rate at which to communicate with modem
  176. ;                             (0 or non-numerical value indicates local mode)
  177. ;                 LocalMode - 1, T or Y if door is operating in local mode
  178. ;                  UserName - Full name of the user
  179. ;             UserFirstName - First name(s) of the user
  180. ;              UserLastName - Last name of the user
  181. ;                     Alias - The user's psuedonym / handle
  182. ;                 HoursLeft - Hours user has left online
  183. ;               MinutesLeft - Minutes user has left online, or time left online
  184. ;                             in format hh:mm
  185. ;               SecondsLeft - Seconds user has left online, or time left online
  186. ;                             in format hh:mm:ss or format mm:ss
  187. ;                             (If more than one of the above time options are
  188. ;                             used, the user time left is taken to be the total
  189. ;                             of all of these values.)
  190. ;                      ANSI - 1, T, Y or G for ANSI graphics mode
  191. ;                    AVATAR - 1, T or Y for AVATAR graphics mode
  192. ;                       RIP - 1, T or Y for RIP graphics mode
  193. ;               PagePausing - 1, T or Y if user wishes a pause at end of screen
  194. ;              ScreenLength - Number of lines on user's screen
  195. ;            ScreenClearing - 1, T or Y if screen clearing mode is on
  196. ;                  Security - The user's security level / access level
  197. ;                      City - City the user is calling from
  198. ;                      Node - Node number user is connected to
  199. ;                 SysopName - Full name of the sysop
  200. ;            SysopFirstName - The sysop's first name(s)
  201. ;             SysopLastName - The sysop's last name
  202. ;                SystemName - Name of the BBS
  203. ;
  204. ;
  205. CustomFileName    EXAMPLE.DEF                     ; Same format as DORINFO?.DEF
  206. CustomFileLine    SystemName
  207. CustomFileLine    SysopFirstName
  208. CustomFileLine    SysopLastName
  209. CustomFileLine    ComPort
  210. CustomFileLine    ModemBPS
  211. CustomFileLine    Ignore
  212. CustomFileLine    UserFirstName
  213. CustomFileLine    UserLastName
  214. CustomFileLine    City
  215. CustomFileLine    ANSI
  216. CustomFileLine    Security
  217. CustomFileLine    MinutesLeft
  218. ;
  219. ;------------------------------------------------------------------------------
  220.